home *** CD-ROM | disk | FTP | other *** search
/ Essential Bibles / Essential Bibles (1998).iso / DOS / ZIPS / BXWORD11.ZIP / INSTALLC.BAT < prev    next >
DOS Batch File  |  1994-11-26  |  951b  |  38 lines

  1. echo off
  2. cls
  3. echo This utility will install Bible Crossword Puzzles to your computer's
  4. echo hard disk drive C:
  5. echo.
  6. echo This utility will first create a new subdirectory C:\XWORD
  7. echo.
  8. echo If your computer does not have a hard disk drive, or
  9. echo if you wish to abort this installation, press CTRL+BREAK
  10. echo or CTRL+C now!
  11. echo.
  12. echo Else to install Bible Crossword Puzzles to C:\XWORD,
  13. pause
  14. md c:\xword
  15. cls
  16. echo Installing Bible Crossword Puzzles...
  17. echo.
  18. copy x*.* c:\xword
  19. cls
  20. c:
  21. cd c:\xword
  22. echo.
  23. echo Installation complete!
  24. echo.
  25. echo To begin Bible Crossword Puzzles from your hard disk in the future,
  26. echo here is what you will need to do...
  27. echo.
  28. echo 1) Change your directory to C:\XWORD
  29. echo 2) Then enter XWORD
  30. echo.
  31. echo Here are the exact DOS commands to perform (write this down):
  32. echo.
  33. echo C:
  34. echo CHDIR C:\XWORD
  35. echo XWORD
  36. echo.
  37. echo Try this now, and enjoy using Bible Crossword Puzzles...!
  38.